home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / ui_xGraphic.ph < prev    next >
Encoding:
Text File  |  1994-04-25  |  1.6 KB  |  57 lines

  1. /*****************************************************************************
  2.   FILE           : ui_xGraphic.ph
  3.   SHORTNAME      : xGraph.h
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Header file of correspondent '.c' file
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Tilman Sommer
  10.   DATE           : 18.51990
  11.  
  12.   CHANGED BY     :
  13.   IDENTIFICATION : @(#)ui_xGraphic.ph    1.6 3/2/94
  14.   SCCS VERSION   : 1.6
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.              
  19. ******************************************************************************/
  20.  
  21.  
  22. #ifndef _UI_XGRAPHIC_DEFINED_
  23. #define _UI_XGRAPHIC_DEFINED_
  24.  
  25.  
  26. /* begin global definition section */
  27.  
  28.  
  29. void   ui_xDeleteRect(Display *displ, Drawable d, GC gc, 
  30.         struct PosType pixPos1, struct PosType pixPos2); 
  31. void   ui_xDrawBox(Display *displ, Drawable d, GC gc, struct PosType pixPos1, 
  32.         struct PosType pixPos2); 
  33. void   ui_xDrawCrossBox(Display *displ, Drawable d, GC gc, 
  34.         struct PosType pixPos1, struct PosType pixPos2);
  35. void   ui_xDrawLine(Display *displ, Drawable d, GC gc, struct PosType pixPos1, 
  36.         struct PosType pixPos2); 
  37. void   ui_xDrawTriangle(Display *displ, Drawable d, GC gc, 
  38.         struct PosType pixPos1, struct PosType pixPos2);
  39. void   ui_xDrawPoint(Display *displ, Drawable d, GC gc, struct PosType pixPos1);
  40. void   ui_xToggleBackingStore (Boolean toggle, Display *display, Window window);
  41.  
  42.  
  43. /* end global definition section */
  44.  
  45.  
  46. /* begin private definition section */
  47.  
  48.  
  49. /* end private definition section */
  50.  
  51.  
  52. #endif /* _UI_XGRAPHIC_DEFINED_ */
  53.  
  54.  
  55. /* end of file */
  56. /* lines: 23 */
  57.